home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr54 / bison118.zip / CONFIGUR.IN < prev    next >
Text File  |  1993-06-01  |  226b  |  12 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(reduce.c)
  3. AC_PROG_GCC
  4. AC_PROG_INSTALL
  5. AC_ISC_POSIX
  6. AC_STDC_HEADERS
  7. AC_USG
  8. AC_MISSING_FUNCS(strerror)
  9. AC_ALLOCA
  10. AC_MINIX
  11. AC_OUTPUT(Makefile)
  12.